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.
cargo fmt
1 parent f826084 commit b81f8deCopy full SHA for b81f8de
examples/returns-attr/main.rs
@@ -1,5 +1,5 @@
1
//! This examples shows how the `returns` attribute works for functions and structs.
2
-//!
+//!
3
//! You can play with different `return` annotations to see how they change the
4
//! types and the clone/deref function calls..
5
@@ -60,4 +60,4 @@ fn main() {
60
// Call the salsa::tracked number function.
61
let n = number(&db, input);
62
eprintln!("n: {n:?}");
63
-}
+}
0 commit comments