split part 11 into two, and explain interior mutability and Cell and RefCell in the...
[rust-101.git] / solutions / src / main.rs
index be6e3d59b36a2bcb209797da2843d668febc8133..0242f495bb928968a74f193b0859d98324d3eff4 100644 (file)
@@ -9,6 +9,7 @@ pub mod bigint;
 pub mod vec;
 pub mod rgrep;
 pub mod counter;
+pub mod callbacks;
 
 pub fn main() {
     rgrep::main();