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 6b6d1a7 commit 7c6f6a4Copy full SHA for 7c6f6a4
api-demo/src/demo/util.rs
@@ -49,6 +49,6 @@ pub fn handle_ctrl_c() {
49
50
pub fn chapter_title(title: &str) {
51
println!();
52
- println!("===== {} =====", title);
+ println!("===== {title} =====");
53
54
}
0 commit comments