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 19a60c4 commit 3bb58faCopy full SHA for 3bb58fa
alpm/examples/callbacks.rs
@@ -44,4 +44,6 @@ fn main() {
44
handle
45
.register_syncdb("community", SigLevel::USE_DEFAULT)
46
.unwrap();
47
+
48
+ println!("final value of number was: {}", number.borrow())
49
}
0 commit comments