mirror of
https://github.com/nushell/nushell.git
synced 2025-05-06 16:02:58 +00:00
* attempts to add `div` math operator * allows `//` to be used too * fmt: * clippy issue * returns appropriate type * returns appropriate type 2 * fmt * ensure consistency; rename to `fdiv` * Update parser.rs