• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

print_stuff()1 pub fn print_stuff() {
2     println!("stuff");
3 }
4