diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-01-12 14:26:24 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-01-12 15:10:44 +0100 |
commit | b0003f77e422e9f11ad79d29e114c9247c441433 (patch) | |
tree | 45cfe4b33f7d768202461076f6e6864168c78186 /components/servo_arc/lib.rs | |
parent | 5a82a1d45556a884f6ed56bed0241dda348357ca (diff) | |
download | servo-b0003f77e422e9f11ad79d29e114c9247c441433.tar.gz servo-b0003f77e422e9f11ad79d29e114c9247c441433.zip |
Prepare servo_arc for publication on crates.io
Diffstat (limited to 'components/servo_arc/lib.rs')
-rw-r--r-- | components/servo_arc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo_arc/lib.rs b/components/servo_arc/lib.rs index 0e77abd6e4b..d7694901130 100644 --- a/components/servo_arc/lib.rs +++ b/components/servo_arc/lib.rs @@ -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. |