diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 23:08:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 23:08:14 -0800 |
commit | 31d427f7342a58308501ba7e1f74751393299cf1 (patch) | |
tree | 17bba3b2dc21ff20c2198dc04da34bff206b2065 /adenosine-pds/src/vendored/iroh_car/writer.rs | |
parent | fb6c487d42c7022f62e3f33ab34b76121a919d79 (diff) | |
download | adenosine-31d427f7342a58308501ba7e1f74751393299cf1.tar.gz adenosine-31d427f7342a58308501ba7e1f74751393299cf1.zip |
pds: squashed unused warnings from vendored code
Diffstat (limited to 'adenosine-pds/src/vendored/iroh_car/writer.rs')
-rw-r--r-- | adenosine-pds/src/vendored/iroh_car/writer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adenosine-pds/src/vendored/iroh_car/writer.rs b/adenosine-pds/src/vendored/iroh_car/writer.rs index 4299b5d..b7e25d3 100644 --- a/adenosine-pds/src/vendored/iroh_car/writer.rs +++ b/adenosine-pds/src/vendored/iroh_car/writer.rs @@ -1,3 +1,5 @@ +#![allow(unused)] + use integer_encoding::VarIntAsyncWriter; use libipld::Cid; use tokio::io::{AsyncWrite, AsyncWriteExt}; |