nushell/crates/nu-plugin/src
Anton 7221eb7f39
Fix typos and use more idiomatic assertions (#7755)
I have changed `assert!(a == b)` calls to `assert_eq!(a, b)`, which give
better error messages. Similarly for `assert!(a != b)` and
`assert_ne!(a, b)`. Basically all instances were comparing primitives
(string slices or integers), so there is no loss of generality from
special-case macros,

I have also fixed a number of typos in comments, variable names, and a
few user-facing messages.
2023-01-15 15:03:32 +13:00
..
plugin Clean up keyword lines in help (#7243) 2022-11-26 20:16:39 +13:00
protocol Protocol: debug_assert!() Span to reflect a valid slice (#6806) 2022-12-03 11:44:12 +02:00
serializers Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
lib.rs remove capnp protocol for plugin... (#6421) 2022-08-31 17:33:30 -05:00