rust/library/core
Mara Bos 3beb2e95a9 Expand assert!(expr) to panic() function instead of panic!() macro.
The panic message might contain braces which should never be
interpreted as format placeholders, which panic!() will do in a future
edition.
2020-10-18 22:30:16 +02:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Expand assert!(expr) to panic() function instead of panic!() macro. 2020-10-18 22:30:16 +02:00
tests Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se 2020-11-18 15:46:31 +01:00
Cargo.toml