Prepare servo_arc for publication on crates.io

This commit is contained in:
Simon Sapin 2018-01-12 14:26:24 +01:00
parent 5a82a1d455
commit b0003f77e4
4 changed files with 18 additions and 17 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Fork of Arc for Servo. This has the following advantages over std::Arc:
//! Fork of Arc for Servo. This has the following advantages over std::sync::Arc:
//!
//! * We don't waste storage on the weak reference count.
//! * We don't do extra RMU operations to handle the possibility of weak references.