Skip to content

Commit

Permalink
fix insta
Browse files Browse the repository at this point in the history
  • Loading branch information
vobradovich committed May 23, 2024
1 parent acdb8f5 commit 0b71418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client-gen/tests/snapshots/generator__full.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use sails_rtl::{
pub struct ServiceFactory;
impl ServiceFactory {
#[allow(unused)]
#[allow(clippy::new_without_default)]
pub fn new() -> Self {
Self
}
Expand Down
1 change: 1 addition & 0 deletions client-gen/tests/snapshots/generator__rmrk_works.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use sails_rtl::{
pub struct RmrkCatalogFactory;
impl RmrkCatalogFactory {
#[allow(unused)]
#[allow(clippy::new_without_default)]
pub fn new() -> Self {
Self
}
Expand Down

0 comments on commit 0b71418

Please sign in to comment.