mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 11:00:05 +00:00
pacify the merciless clippy
This commit is contained in:
parent
97b26e6a0c
commit
e847929536
27 changed files with 61 additions and 48 deletions
|
@ -8,7 +8,7 @@ use crate::ir::{
|
|||
|
||||
// ANCHOR: parse_statements
|
||||
#[salsa::tracked]
|
||||
pub fn parse_statements<'db>(db: &'db dyn crate::Db, source: SourceProgram) -> Program<'db> {
|
||||
pub fn parse_statements(db: &dyn crate::Db, source: SourceProgram) -> Program<'_> {
|
||||
// Get the source text from the database
|
||||
let source_text = source.text(db);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue