File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ struct RcBox<T> {
172
172
173
173
/// An immutable reference-counted pointer type.
174
174
///
175
- /// See the [module level documentation](.. /index.html) for more details.
175
+ /// See the [module level documentation](./index.html) for more details.
176
176
#[ unsafe_no_drop_flag]
177
177
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
178
178
pub struct Rc < T > {
@@ -624,7 +624,7 @@ impl<T: fmt::Debug> fmt::Debug for Rc<T> {
624
624
///
625
625
/// Weak references do not count when determining if the inner value should be dropped.
626
626
///
627
- /// See the [module level documentation](.. /index.html) for more.
627
+ /// See the [module level documentation](./index.html) for more.
628
628
#[ unsafe_no_drop_flag]
629
629
#[ unstable( feature = "alloc" ,
630
630
reason = "Weak pointers may not belong in this module." ) ]
You can’t perform that action at this time.
0 commit comments