Fix all the std::fmt function signatures

This commit is contained in:
Ben S
2015-07-24 18:20:42 +01:00
parent 53cf427f4f
commit 11aa41ff48
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -463,7 +463,7 @@ fn format() -> Vec<Component<'static>> {
vec![ vec![
Component::Function { Component::Function {
name: "fmt", name: "fmt",
input: "&self, &mut fmt::Formatter", input: "&self, f: &mut fmt::Formatter",
output: Some("Result<(), fmt::Error>"), output: Some("Result<(), fmt::Error>"),
params: None, params: None,
} }