nibon7
nibon7
P18勘误
P18中 ```rust let var6 = 12usize; // i6变量是usize类型 let var7 = 0x_ff_u8; // i7变量是u8"类型 ``` 其中"i6"应为"var6","i7"应为"var7"
Currently, `env-logger` has been updated to 0.9.0, maybe it's time to release a new version. :)
This PR makes nushell+starship behave like other shells (e.g. zsh). Related: starship/starship#3982 Closes nushell/nushell#4909 * nushell native prompt  * nushell + starship(disable `line_break` and `add_newline`)   ...
# Description column completion for `get` or `select` to complete column name from previous input. Closes #6697 * record  * echo  *...
# Description This PR provides an option to enable or disable ansi coloring automatically, which changes `config.use_ansi_coloring` to `config.ansi_coloring`. The new config option could be set to `true`, `false` or...
Since MSRV has been bumped to 1.70.0, I think it's time to remove the `once_cell` crate from the dependency tree.