rust-analyzer/crates/proc-macro-api
Neil 1e3026ccb7
refactor: Simplify by removing ? operator
`out.flush()` already returns a `io::Result<()>`, so there is no need for `?` operator and `Ok(())`
2025-03-15 12:34:48 -07:00
..
src refactor: Simplify by removing ? operator 2025-03-15 12:34:48 -07:00
Cargo.toml enable doctest 2025-02-27 14:58:46 +01:00