rust/crates/assists
Aleksey Kladov 9349353e04 Fix overflow panic in convert_interger_literal assist
This also seizes the opportunity to move integer literal parsing to
the syntax crate, were it logically belongs.

Note though that this is still done in an ad hoc manner -- we probably
should split kitchen sink ast::Literal into a separate APIs for
strings, ints, etc
2020-11-03 19:57:57 +01:00
..
src Fix overflow panic in convert_interger_literal assist 2020-11-03 19:57:57 +01:00
Cargo.toml Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00