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
While methods like Dictionary::open, and Dictionary::search have brief descriptions, they don't contain doctests. In Rust, these are highly valued because they prevent the documentation from rotting over time.
Description
While methods like
Dictionary::open, andDictionary::searchhave brief descriptions, they don't contain doctests. In Rust, these are highly valued because they prevent the documentation from rotting over time.