Skip to content

Commit

Permalink
start, remove rustversion(since(1.60)) tag since the msrv is now 1.60 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar authored Jul 9, 2024
1 parent 7476803 commit f08f3dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compact_str/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,6 @@ impl<'a> From<&'a CompactString> for Cow<'a, str> {
}
}

#[rustversion::since(1.60)]
#[cfg(target_has_atomic = "ptr")]
impl From<CompactString> for alloc::sync::Arc<str> {
fn from(value: CompactString) -> Self {
Expand Down

0 comments on commit f08f3dc

Please sign in to comment.