Skip to content

Commit

Permalink
allow clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed May 17, 2024
1 parent d870010 commit 9ba7a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee-lib/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ impl Client {
/// Check a tel
///
/// This implementation simply excludes all tel.
#[allow(clippy::unused_async)]
pub async fn check_tel(&self, _uri: &Uri) -> Status {
Status::Excluded
}
Expand Down

0 comments on commit 9ba7a37

Please sign in to comment.