summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/advanced_isolation.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
| | | | | | Found these by disabling the nightly dbg macro special case. Now, we have a mechanism for globally adding suppressions to tests, we can use that instead.
* clippy: Add standard test lint block to several examplesIan Jackson2022-06-241-0/+6
|
* mention isolation is an advanced topic and most usage don't require ↵trinity-1686a2022-05-241-0/+198
implementing the trait