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> {
172172
173173/// An immutable reference-counted pointer type.
174174///
175- /// See the [module level documentation](.. /index.html) for more details.
175+ /// See the [module level documentation](./index.html) for more details.
176176#[ unsafe_no_drop_flag]
177177#[ stable( feature = "rust1" , since = "1.0.0" ) ]
178178pub struct Rc < T > {
@@ -624,7 +624,7 @@ impl<T: fmt::Debug> fmt::Debug for Rc<T> {
624624///
625625/// Weak references do not count when determining if the inner value should be dropped.
626626///
627- /// See the [module level documentation](.. /index.html) for more.
627+ /// See the [module level documentation](./index.html) for more.
628628#[ unsafe_no_drop_flag]
629629#[ unstable( feature = "alloc" ,
630630 reason = "Weak pointers may not belong in this module." ) ]
You can’t perform that action at this time.
0 commit comments