You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rust standard library has a nice practice for documentation for public
structs. Documentation for these structs include links to the method that
creates them. This is very useful for beginners who may stumble upon the
documentation for the struct when they would really like documentation for the
method.
Add documentation for all of the structs that are created by methods on the
`UnicodeSegmentation` trait with links back to the creating methods.
0 commit comments