We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c24419 commit 79a9b23Copy full SHA for 79a9b23
src/libcore/extfmt.rs
@@ -466,7 +466,7 @@ pub mod ct {
466
// Functions used by the fmt extension at runtime. For now there are a lot of
467
// decisions made a runtime. If it proves worthwhile then some of these
468
// conditions can be evaluated at compile-time. For now though it's cleaner to
469
-// implement it 0this way, I think.
+// implement it this way, I think.
470
#[doc(hidden)]
471
pub mod rt {
472
use float;
0 commit comments