nibon7

Results 8 issues of nibon7

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 ![Screenshot from 2022-10-16 00-06-28](https://user-images.githubusercontent.com/15247421/195997220-4112fc33-054a-43c4-980a-ddf22451a3e9.png) * nushell + starship(disable `line_break` and `add_newline`) ![Screenshot...

#### Description This PR enables right prompt of nushell. It depends on nushell/reedline#492 and nushell/nushell#6781. I think it's ready for review since both nushell/reedline#492 and nushell/nushell#6781 have been merged by...

# Description currently, the `ignore-errors` flag for `select` doesn't work well, hope this PR fixes this. * before ![Screenshot from 2022-10-25 22-38-18](https://user-images.githubusercontent.com/15247421/197804894-85d52577-e432-4947-a20d-891ad3ad0fc4.png) ![Screenshot from 2022-10-25 22-38-49](https://user-images.githubusercontent.com/15247421/197804884-9dd4b8c1-f47b-4cc6-a2dc-497f24971e1b.png) ![Screenshot from 2022-10-25 22-38-38](https://user-images.githubusercontent.com/15247421/197804889-14854114-4972-4730-9385-cd6cd3829c0e.png)...

breaking-change

# Description column completion for `get` or `select` to complete column name from previous input. Closes #6697 * record ![Screenshot from 2022-10-24 12-02-44](https://user-images.githubusercontent.com/15247421/197446424-d1848aaf-159d-4a78-8a85-60aa3478a879.png) * echo ![Screenshot from 2022-10-24 12-02-55](https://user-images.githubusercontent.com/15247421/197446421-595bbe13-3c0f-43bf-bb8d-898a4796ad4c.png) *...

# 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...

pr:breaking-change

Since MSRV has been bumped to 1.70.0, I think it's time to remove the `once_cell` crate from the dependency tree.