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 0e7cb8b commit d8882e2Copy full SHA for d8882e2
src/librustc_typeck/diagnostics.rs
@@ -742,7 +742,7 @@ fn f(a: u16, b: &str) {}
742
743
Must always be called with exactly two arguments, e.g. `f(2, "test")`.
744
745
-Note, that Rust does not have a notion of optional function arguments or
+Note that Rust does not have a notion of optional function arguments or
746
variadic functions (except for its C-FFI).
747
"##,
748
0 commit comments