Fix all the std::fmt function signatures

This commit is contained in:
Ben S
2015-07-24 18:19:53 +01:00
parent 53cf427f4f
commit 11aa41ff48
2 changed files with 1 additions and 1 deletions

View File

@@ -463,7 +463,7 @@ fn format() -> Vec<Component<'static>> {
vec![
Component::Function {
name: "fmt",
input: "&self, &mut fmt::Formatter",
input: "&self, f: &mut fmt::Formatter",
output: Some("Result<(), fmt::Error>"),
params: None,
}