Skip to content

Commit

Permalink
remove #![feature(pin)] since it has been stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Sep 1, 2019
1 parent 698a673 commit aab671e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Expand Up @@ -2,8 +2,6 @@
#![doc(html_root_url = "https://docs.rs/crate/string-interner/0.7.0")]
#![deny(missing_docs)]

#![feature(pin)]

//! Caches strings efficiently, with minimal memory footprint and associates them with unique symbols.
//! These symbols allow constant time comparisons and look-ups to the underlying interned strings.
//!
Expand Down

0 comments on commit aab671e

Please sign in to comment.