1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 17:16:49 +01:00
nushell/crates/nu-command/tests
Stefan Holderbach 6e9b6f22c9
Deref &String arguments to &str where appropriate ()
# Description
This generally makes for nicer APIs, as you are not forced to use an
existing allocation covering the full `String`.

Some exceptions remain where the underlying type requirements favor it.

# User-Facing Changes
None
2023-09-12 14:06:56 +08:00
..
commands Deref &String arguments to &str where appropriate () 2023-09-12 14:06:56 +08:00
format_conversions Simplify rawstrings in tests () 2023-09-01 00:08:27 +02:00
main.rs Rename misused "deprecation" to removal () 2023-08-15 07:17:31 +12:00