bevy/crates/bevy_input
targrub b672465047 Fix doctest warnings (#6447)
# Objective

- Fixes doctest warnings from upcoming Rust release.

` cargo doc --workspace --all-features --no-deps --document-private-items` using `beta-x86_64-pc-windows-msvc (default)
rustc 1.66.0-beta.1 (e080cc5a6 2022-11-01)` was giving warnings on a few comments.

## Solution

- Quoted the Rust code parts.
2022-11-02 16:47:40 +00:00
..
src Fix doctest warnings (#6447) 2022-11-02 16:47:40 +00:00
Cargo.toml Derive Reflect + FromReflect for input types (#6232) 2022-10-26 19:52:20 +00:00