mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 09:21:16 -03:00
common: extract more code into separate crate
This extracts the remaining code from `src/common.rs` which does not depend on other parts of the main library crate. No functional changes. Closes #12310
This commit is contained in:
committed by
Johannes Altmanninger
parent
4762d6a0a7
commit
116bcdac28
@@ -34,6 +34,7 @@
|
||||
prelude::*,
|
||||
wutil::{Error as wcstodError, wcstod::wcstod_underscores},
|
||||
};
|
||||
use fish_common::assert_sorted_by_name;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
enum Function {
|
||||
|
||||
Reference in New Issue
Block a user