const_anonymous_functions/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod const_anon_functions;
4mod test;