Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshjuneja committed Jan 5, 2025
1 parent 4206211 commit 38d0f97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/services/cos/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ impl Access for CosBackend {

match status {
StatusCode::OK => {
let headers = resp.headers();
let meta = self.core.parse_metadata(path, resp.headers())?;
Ok(RpStat::new(meta))
}
Expand Down

0 comments on commit 38d0f97

Please sign in to comment.