aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/snowflake.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* Adjust examples lints using add_warningNick Mathewson2024-05-071-3/+3
|
* Rename ManagedTransportConfig to TransportConfig.Nick Mathewson2024-03-141-2/+2
| | | | We're going to start using this type for _every_ kind of transport.
* Add unknown-lints exception to examplesNick Mathewson2024-03-131-1/+1
| | | | | We need this to avoid warnings when runnning non-nightly clippy on these examples.
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
|
* arti-client: fix conditional unused_import and dead_code warningsNick Mathewson2023-08-161-2/+2
|
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
|
* make snowflake example feature-gatedtrinity-1686a2023-06-141-5/+13
|
* change path to snowflake clienttrinity-1686a2023-06-081-1/+2
|
* remove forgoten debug linetrinity-1686a2023-06-081-1/+0
|
* add anchor to amp-cache linktrinity-1686a2023-06-081-1/+1
|
* complement general documentation on bridges and pttrinity-1686a2023-06-071-0/+2
|
* move snowflake example to dedicated file and comment it moretrinity-1686a2023-06-071-0/+98