Upgrade to rust 1.81.0 (#3797)
* Upgrade to rust 1.81.0 * Fix new clippy warnings upgrading to 1.81.0
This commit is contained in:
@ -488,7 +488,7 @@ layout: manual
|
||||
buf.push_str(&fn_docs);
|
||||
|
||||
// Write the file.
|
||||
expectorate::assert_contents(&format!("../../../docs/kcl/{}.md", internal_fn.name()), &buf);
|
||||
expectorate::assert_contents(format!("../../../docs/kcl/{}.md", internal_fn.name()), &buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user