Skip to content

Commit

Permalink
refactor: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 20, 2022
1 parent 0f5411f commit 73ea12d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_css_utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![deny(clippy::all)]

use std::{borrow::Cow, char::REPLACEMENT_CHARACTER, f64::consts::PI, str};
use std::{borrow::Cow, str};
use std::{borrow::Cow, f64::consts::PI, str};

use once_cell::sync::Lazy;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 73ea12d

Please sign in to comment.