This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/scorpio/src/antares/fuse.rs b/scorpio/src/antares/fuse.rs | |
| index cbf1389c..b2db0c36 100644 | |
| --- a/scorpio/src/antares/fuse.rs | |
| +++ b/scorpio/src/antares/fuse.rs | |
| @@ -175,6 +175,7 @@ mod tests { | |
| use crate::util::config; | |
| use async_trait::async_trait; | |
| use bytes::Bytes; | |
| + use futures::TryStreamExt; | |
| use libfuse_fs::context::OperationContext; |