fish-shell/fish-rust
Johannes Altmanninger a502cb16c3 ffi.rs: prevent rustfmt from breaking "use" statements
rustfmt removes the "::" prefix from qualifiers. This breaks the build because
I think a later "pub use ffi::*" results in "std" being an ambiguous reference.
2023-02-03 18:55:05 +01:00
..
src ffi.rs: prevent rustfmt from breaking "use" statements 2023-02-03 18:55:05 +01:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Implement builtin_wait in Rust 2023-02-02 19:34:48 -07:00
Cargo.lock Fix linking errors under FreeBSD 2023-02-03 11:36:21 -06:00
Cargo.toml Fix linking errors under FreeBSD 2023-02-03 11:36:21 -06:00