# custom_function
This is documentation for my_function.
It will be used as the documentation for the function.
```rust
fn custom_function() {
println!("Hello, world!");
}
```
# Another Section
This section would not be pulled in by the above example.