Skip to content

Commit

Permalink
*: address warnings from cargo-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Oct 11, 2023
1 parent 1ea7b2c commit fa144b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use hyper;
use std::fmt;
use std::path::PathBuf;
use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn check_url(url: &Url) -> Result<(), LinkError> {
}

fn check_path(
root: &PathBuf,
root: &Path,
target: &str,
file: &Path,
allow_absolute_paths: bool,
Expand Down

0 comments on commit fa144b5

Please sign in to comment.