fish-shell/fish-rust
Xiretza b39715434b ScopeGuard: remove memory leak
Calling ScopeGuard::rollback() would leak the `on_drop` callable; this is
a problem for Box<dyn FnOnce> or closures containing Drop data.
2023-03-13 11:54:05 -05:00
..
src ScopeGuard: remove memory leak 2023-03-13 11:54:05 -05:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
Cargo.lock builtins: Rewrite `pwd` in Rust 2023-03-12 15:18:15 -05:00
Cargo.toml builtins: Rewrite `pwd` in Rust 2023-03-12 15:18:15 -05:00
build.rs Detect `rust-analyzer` in build script to enable `autocxx` completions 2023-03-12 21:31:28 -05:00