Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed May 4, 2024
1 parent 1b5c683 commit 0b71b9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cli/javascript/js_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ mod tests {

use super::*;

impl Uri {
pub fn parse(input: &str) -> anyhow::Result<Self> {
Ok(Self::from(&reqwest::Url::parse(input)?))
}
}

#[test]
fn test_reqwest_request_to_js_request() {
let mut reqwest_request =
Expand Down

0 comments on commit 0b71b9f

Please sign in to comment.