Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Neotamandua committed Jun 12, 2023
1 parent aa63d95 commit 1a892af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion bincache/src/compression/noop_compressor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use crate::Result;
use async_trait::async_trait;
use std::borrow::Cow;

//use async_compression::tokio::bufread;
#[derive(Default, Debug)]
pub struct Noop;

Expand Down

0 comments on commit 1a892af

Please sign in to comment.