Fix all the std::fmt function signatures
This commit is contained in:
Binary file not shown.
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user