Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Jul 20, 2020
1 parent eacaa55 commit 029081c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion amethyst_core/src/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl IntoRelativeStage for Stage {
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, serde::Serialize, serde::Deserialize)]
pub struct RelativeStage(
/// The internal execution stage.
pub Stage,
pub Stage,
/// The stage offset.
pub isize,
);
Expand Down
6 changes: 1 addition & 5 deletions amethyst_core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//! A collection of structures and functions useful across the entire amethyst project.
#![warn(
missing_docs,
rust_2018_idioms,
rust_2018_compatibility
)]
#![warn(missing_docs, rust_2018_idioms, rust_2018_compatibility)]
#![warn(clippy::all)]
#![allow(clippy::new_without_default)]

Expand Down

0 comments on commit 029081c

Please sign in to comment.