Skip to content

Commit

Permalink
Run
Browse files Browse the repository at this point in the history
Signed-off-by: Hal Gentz <[email protected]>
  • Loading branch information
goddessfreya committed Apr 9, 2019
1 parent 8f67c9d commit 9189f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glutin/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::marker::PhantomData;
///
/// # Example
///
/// ```no_run
/// ```
/// # fn main() {
/// # let el = glutin::EventsLoop::new();
/// # let wb = glutin::WindowBuilder::new();
Expand Down
2 changes: 1 addition & 1 deletion glutin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! the order of creation of the [`Context`] and [`Window`]. Here is an example
//! of building a [`WindowedContext<T>`]:
//!
//! ```no_run
//! ```
//! # fn main() {
//! let el = glutin::EventsLoop::new();
//! let wb = glutin::WindowBuilder::new()
Expand Down
2 changes: 1 addition & 1 deletion glutin/src/windowed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::marker::PhantomData;
///
/// # Example
///
/// ```no_run
/// ```
/// # fn main() {
/// let mut el = glutin::EventsLoop::new();
/// let wb = glutin::WindowBuilder::new();
Expand Down

0 comments on commit 9189f00

Please sign in to comment.