Deny broken_intradoc_links and verify documentation in CI
This commit is contained in:
parent
89d9f1d7d2
commit
f60884f6f8
17 changed files with 68 additions and 33 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue