I tried to add scraped examples to bevy's API docs in https://github.com/bevyengine/bevy/pull/9154 but it [did not work on docs.rs](https://docs.rs/bevy/0.11.3/x86_64-pc-windows-msvc/bevy/input/struct.Input.html#method.just_pressed). If you run `cargo +nightly doc -Zunstable-options -Zrustdoc-scrape-examples --open` locally and search for `just_pressed`, you'll see scraped examples. This repo is about finding out what's happening.