Fix cargo doc on nightly builds (#1274)
This commit is contained in:
parent
08bae037f0
commit
af80ce842d
2 changed files with 10 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
//! These are sent to the closure given to [`EventLoop::run(...)`][event_loop_run], where they get
|
||||
//! processed and used to modify the program state. For more details, see the root-level documentation.
|
||||
//!
|
||||
//! [event_loop_run]: event_loop::EventLoop::run
|
||||
//! [event_loop_run]: crate::event_loop::EventLoop::run
|
||||
use instant::Instant;
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue