Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei316 committed Aug 24, 2024
1 parent 76089b3 commit a9525ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/hir-ty/src/diagnostics/decl_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ mod allow {
pub(super) const NON_CAMEL_CASE_TYPES: &str = "non_camel_case_types";
}

pub fn incorrect_case<'a>(
db: &'a dyn HirDatabase,
pub fn incorrect_case(
db: &dyn HirDatabase,
ctx: &mut Option<&mut DefToSourceContext<'_>>,
owner: ModuleDefId,
) -> Vec<IncorrectCase> {
Expand Down

0 comments on commit a9525ce

Please sign in to comment.