steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Add missing `FromStr` import for test. #232

Open frewsxcv opened 6 years ago

frewsxcv commented 6 years ago

When I run cargo test, I get an error saying this trait is needed for the JsonApiDocument::from_str call.