Fix cargo doc on nightly builds (#1274)

This commit is contained in:
Murarth 2019-11-12 16:51:46 -07:00 committed by Hal Gentz
parent 08bae037f0
commit af80ce842d
2 changed files with 10 additions and 10 deletions

View file

@ -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;