ZIm/crates/docs_preprocessor
tidely d1abba0d33
gpui: Reduce manual shifting & other minor improvements (#34407)
Minor cleanup in gpui.

- Reduce manual shifting by using `u32::to_be_bytes`
- Remove eager `Vec` allocation when listing registered actions
- Remove unnecessary return statements
- Replace manual `if let Some(_)` with `.as_deref_mut()`

Release Notes:

- N/A
2025-07-15 16:39:33 +02:00
..
src gpui: Reduce manual shifting & other minor improvements (#34407) 2025-07-15 16:39:33 +02:00
Cargo.toml Validate actions in docs (#31073) 2025-06-04 19:18:12 +00:00
LICENSE-GPL Don't rely on relative path for docs preprocessor (#16883) 2024-08-26 11:43:13 -04:00