]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/base_n.rs
Rollup merge of #60187 - tmandry:generator-optimization, r=eddyb
[rust.git] / src / librustc_data_structures / base_n.rs
index c9c1933f25b2bdf9c952421115cd0c5be8671d7a..f1bd3f03aef8d13840aa668d4e64dbec18661b39 100644 (file)
@@ -1,4 +1,4 @@
-/// Convert unsigned integers into a string representation with some base.
+/// 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;