]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/base_n.rs
Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb
[rust.git] / src / librustc_data_structures / base_n.rs
index 9b63a892b8c93773a25cb3dd8ba100b00cdd32a1..3c7bea27124096f35fd2cda702e5cb7ccc930b96 100644 (file)
@@ -1,6 +1,5 @@
 /// Converts unsigned integers into a string representation with some base.
 /// Bases up to and including 36 can be used for case-insensitive things.
-
 use std::str;
 
 #[cfg(test)]