fish-shell/fish-rust
Johannes Altmanninger a5cae59082 Replace ScopedPush with scoped_push which is underpinned by ScopeGuard
This allows us to use the scoped push in more scenarios by appeasing the
borrow checker.

Use it in a couple of places instead of ScopeGuard. Hopefully this is makes
porting easier.
2023-04-16 17:21:54 +02:00
..
src Replace ScopedPush with scoped_push which is underpinned by ScopeGuard 2023-04-16 17:21:54 +02:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
Cargo.lock cargo update 2023-04-16 17:21:54 +02:00
Cargo.toml Introduce wcstring_list_ffi_t 2023-04-15 17:53:52 -07:00