mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Remove allow-unused-imports
This commit is contained in:
parent
4d4ef7fa40
commit
8639d7e450
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ use crate::should_flog;
|
||||||
mod test_expressions {
|
mod test_expressions {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
|
||||||
use crate::nix::isatty;
|
use crate::nix::isatty;
|
||||||
use crate::wutil::{
|
use crate::wutil::{
|
||||||
file_id_for_path, fish_wcswidth, lwstat, waccess, wcstod::wcstod, wcstoi_opts, wstat,
|
file_id_for_path, fish_wcswidth, lwstat, waccess, wcstod::wcstod, wcstoi_opts, wstat,
|
||||||
|
|
Loading…
Reference in a new issue