Deny broken_intradoc_links and verify documentation in CI

This commit is contained in:
Héctor Ramón Jiménez 2023-09-09 20:58:45 +02:00
parent 89d9f1d7d2
commit f60884f6f8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
17 changed files with 68 additions and 33 deletions

View file

@ -39,6 +39,7 @@ impl<Theme> crate::graphics::Compositor for Compositor<Theme> {
width: u32,
height: u32,
) -> Surface {
#[allow(unsafe_code)]
let window =
unsafe { softbuffer::GraphicsContext::new(window, window) }
.expect("Create softbuffer for window");