Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Jul 9, 2022
1 parent ff109d9 commit a73383b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions rspotify-model/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
//! All Spotify API endpoint response objects. Please refer to the endpoints
//! where they are used for a link to their reference in the Spotify API
//! documentation.
#![warn(
clippy::all,
clippy::pedantic,
clippy::nursery,
clippy::cargo,
)]
#![allow(
clippy::module_name_repetitions,
clippy::module_name_repetitions
)]
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
#![allow(clippy::module_name_repetitions, clippy::module_name_repetitions)]
pub mod album;
pub mod artist;
pub mod audio;
Expand Down

0 comments on commit a73383b

Please sign in to comment.