aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2024-03-13 12:30:53 -0400
committerNick Mathewson <nickm@torproject.org>2024-03-13 12:30:53 -0400
commitc0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c (patch)
tree206045dc2854c0110d77829dfa1acd4eb3647250
parent166121d1967c7dd0ce71f1da3dc9504ce422eb9a (diff)
downloadarti-c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c.tar.gz
arti-c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c.zip
Run maint/add_warning.
-rw-r--r--crates/arti-bench/src/main.rs1
-rw-r--r--crates/arti-client/examples/advanced_isolation.rs1
-rw-r--r--crates/arti-client/examples/hook-tcp.rs1
-rw-r--r--crates/arti-client/examples/lazy-init.rs1
-rw-r--r--crates/arti-client/examples/readme-with-report.rs1
-rw-r--r--crates/arti-client/examples/readme.rs1
-rw-r--r--crates/arti-client/examples/snowflake.rs1
-rw-r--r--crates/arti-client/src/address.rs1
-rw-r--r--crates/arti-client/src/client.rs1
-rw-r--r--crates/arti-client/src/config.rs1
-rw-r--r--crates/arti-client/src/err.rs1
-rw-r--r--crates/arti-client/src/err/hint.rs1
-rw-r--r--crates/arti-hyper/examples/hyper.rs1
-rw-r--r--crates/arti-hyper/src/lib.rs1
-rw-r--r--crates/arti-rpcserver/src/cancel.rs1
-rw-r--r--crates/arti-rpcserver/src/globalid.rs1
-rw-r--r--crates/arti-rpcserver/src/msgs.rs1
-rw-r--r--crates/arti-rpcserver/src/objmap.rs1
-rw-r--r--crates/arti-rpcserver/src/streams.rs1
-rw-r--r--crates/arti/src/cfg.rs1
-rw-r--r--crates/arti/src/logging/time.rs1
-rw-r--r--crates/fs-mistrust/src/anon_home.rs1
-rw-r--r--crates/fs-mistrust/src/dir.rs1
-rw-r--r--crates/fs-mistrust/src/disable.rs1
-rw-r--r--crates/fs-mistrust/src/err.rs1
-rw-r--r--crates/fs-mistrust/src/lib.rs1
-rw-r--r--crates/fs-mistrust/src/user.rs1
-rw-r--r--crates/fs-mistrust/src/user/serde_support.rs1
-rw-r--r--crates/fs-mistrust/src/walk.rs1
-rw-r--r--crates/fslock-guard/src/lib.rs1
-rw-r--r--crates/retry-error/src/lib.rs1
-rw-r--r--crates/safelog/src/flags.rs1
-rw-r--r--crates/safelog/src/impls.rs1
-rw-r--r--crates/safelog/src/lib.rs1
-rw-r--r--crates/tor-async-utils/src/prepare_send.rs1
-rw-r--r--crates/tor-async-utils/src/watch.rs1
-rw-r--r--crates/tor-basic-utils/src/iter.rs1
-rw-r--r--crates/tor-basic-utils/src/lib.rs1
-rw-r--r--crates/tor-basic-utils/src/n_key_set.rs1
-rw-r--r--crates/tor-basic-utils/src/rangebounds.rs1
-rw-r--r--crates/tor-basic-utils/src/retry.rs1
-rw-r--r--crates/tor-basic-utils/src/test_rng.rs1
-rw-r--r--crates/tor-bytes/src/lib.rs1
-rw-r--r--crates/tor-bytes/src/secretbuf.rs1
-rw-r--r--crates/tor-cell/src/chancell/msg.rs1
-rw-r--r--crates/tor-cell/src/slicewriter.rs1
-rw-r--r--crates/tor-cert/src/encode.rs1
-rw-r--r--crates/tor-cert/src/lib.rs1
-rw-r--r--crates/tor-chanmgr/src/builder.rs1
-rw-r--r--crates/tor-chanmgr/src/config.rs1
-rw-r--r--crates/tor-chanmgr/src/event.rs1
-rw-r--r--crates/tor-chanmgr/src/mgr.rs1
-rw-r--r--crates/tor-chanmgr/src/mgr/state.rs1
-rw-r--r--crates/tor-chanmgr/src/mgr/state/padding_test.rs1
-rw-r--r--crates/tor-chanmgr/src/transport/default.rs1
-rw-r--r--crates/tor-chanmgr/src/transport/proxied.rs1
-rw-r--r--crates/tor-checkable/src/signed.rs1
-rw-r--r--crates/tor-checkable/src/timed.rs1
-rw-r--r--crates/tor-circmgr/src/build.rs1
-rw-r--r--crates/tor-circmgr/src/config.rs1
-rw-r--r--crates/tor-circmgr/src/hspool/pool.rs1
-rw-r--r--crates/tor-circmgr/src/lib.rs1
-rw-r--r--crates/tor-circmgr/src/mgr.rs1
-rw-r--r--crates/tor-circmgr/src/mgr/streams.rs1
-rw-r--r--crates/tor-circmgr/src/path/dirpath.rs1
-rw-r--r--crates/tor-circmgr/src/path/exitpath.rs1
-rw-r--r--crates/tor-circmgr/src/preemptive.rs1
-rw-r--r--crates/tor-circmgr/src/timeouts.rs1
-rw-r--r--crates/tor-circmgr/src/timeouts/estimator.rs1
-rw-r--r--crates/tor-circmgr/src/timeouts/pareto.rs1
-rw-r--r--crates/tor-config/src/cmdline.rs1
-rw-r--r--crates/tor-config/src/err.rs1
-rw-r--r--crates/tor-config/src/flatten.rs1
-rw-r--r--crates/tor-config/src/lib.rs1
-rw-r--r--crates/tor-config/src/list_builder.rs1
-rw-r--r--crates/tor-config/src/load.rs1
-rw-r--r--crates/tor-config/src/misc.rs1
-rw-r--r--crates/tor-config/src/mut_cfg.rs1
-rw-r--r--crates/tor-config/src/path.rs1
-rw-r--r--crates/tor-config/src/sources.rs1
-rw-r--r--crates/tor-congestion/src/rtt.rs1
-rw-r--r--crates/tor-consdiff/src/lib.rs1
-rw-r--r--crates/tor-dirclient/src/lib.rs1
-rw-r--r--crates/tor-dirclient/src/request.rs1
-rw-r--r--crates/tor-dirclient/src/response.rs1
-rw-r--r--crates/tor-dirclient/src/util.rs1
-rw-r--r--crates/tor-dirmgr/src/authority.rs1
-rw-r--r--crates/tor-dirmgr/src/bootstrap.rs1
-rw-r--r--crates/tor-dirmgr/src/bridgedesc/bdtest.rs1
-rw-r--r--crates/tor-dirmgr/src/config.rs1
-rw-r--r--crates/tor-dirmgr/src/docid.rs1
-rw-r--r--crates/tor-dirmgr/src/docmeta.rs1
-rw-r--r--crates/tor-dirmgr/src/event.rs1
-rw-r--r--crates/tor-dirmgr/src/lib.rs1
-rw-r--r--crates/tor-dirmgr/src/retry.rs1
-rw-r--r--crates/tor-dirmgr/src/shared_ref.rs1
-rw-r--r--crates/tor-dirmgr/src/state.rs1
-rw-r--r--crates/tor-dirmgr/src/storage.rs1
-rw-r--r--crates/tor-error/src/internal.rs1
-rw-r--r--crates/tor-error/src/report.rs1
-rw-r--r--crates/tor-error/src/retriable.rs1
-rw-r--r--crates/tor-error/src/tracing.rs1
-rw-r--r--crates/tor-events/src/lib.rs1
-rw-r--r--crates/tor-geoip/src/lib.rs1
-rw-r--r--crates/tor-guardmgr/src/bridge/config.rs1
-rw-r--r--crates/tor-guardmgr/src/config.rs1
-rw-r--r--crates/tor-guardmgr/src/dirstatus.rs1
-rw-r--r--crates/tor-guardmgr/src/fallback/set.rs1
-rw-r--r--crates/tor-guardmgr/src/filter.rs1
-rw-r--r--crates/tor-guardmgr/src/guard.rs1
-rw-r--r--crates/tor-guardmgr/src/lib.rs1
-rw-r--r--crates/tor-guardmgr/src/sample.rs1
-rw-r--r--crates/tor-guardmgr/src/skew.rs1
-rw-r--r--crates/tor-guardmgr/src/util.rs1
-rw-r--r--crates/tor-hsclient/src/connect.rs1
-rw-r--r--crates/tor-hsclient/src/isol_map.rs1
-rw-r--r--crates/tor-hsclient/src/state.rs1
-rw-r--r--crates/tor-hscrypto/src/ops.rs1
-rw-r--r--crates/tor-hscrypto/src/pk.rs1