rustdoc
rustdoc copied to clipboard
Add missing `FromStr` import for test.
When I run cargo test, I get an error saying this trait is needed for
the JsonApiDocument::from_str call.