Skip to content

Commit

Permalink
chore: allow renamed_and_removed_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
raimundo-henriques committed Dec 14, 2023
1 parent ea2cd09 commit 495be35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions endpoint/src/api_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the crate's root directory of this source tree.
*/
//! Use Case 001 REST API-related type definitions
#![allow(renamed_and_removed_lints)]

use crate::datamodel::{PfId, ProductFootprint};
use chrono::{DateTime, Utc};
use okapi::openapi3::Responses;
Expand Down
3 changes: 3 additions & 0 deletions endpoint/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the crate's root directory of this source tree.
*/

#![allow(renamed_and_removed_lints)]

use jsonwebtoken::errors::Result;
use jsonwebtoken::TokenData;
use jsonwebtoken::{DecodingKey, EncodingKey};
Expand Down

0 comments on commit 495be35

Please sign in to comment.