mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
fix: adaptor export error caused by differences in Rust versions (#15)
This commit is contained in:
parent
5998d5cef6
commit
f7743da8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ mod sixel;
|
|||
mod ueberzug;
|
||||
|
||||
pub use adaptor::*;
|
||||
pub use image::*;
|
||||
pub use crate::image::*;
|
||||
pub(self) use iterm2::*;
|
||||
pub(self) use kitty::*;
|
||||
pub(self) use sixel::*;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue