Donovan Preston
Donovan Preston
In the `FromRequest` implementations for `BsoBodies` and `BsoBody`, we invoke `and_then()` on the `Future` returned by another `from_request()` invocation. Now that Rust supports async/await, this is no longer idiomatic. Instead,...
As mentioned here https://github.com/mozilla-services/syncstorage-rs/pull/692#discussion_r455413777
As mentioned in https://github.com/mozilla-services/syncstorage-rs/issues/224#issuecomment-533684764
It would be nice to see the files sorted by amount of coverage. It might also be nice to leave off any files with 100% coverage (perhaps mentioning that the...
jQuery expects Document.ownerDocument to be null, and both Firefox and Chrome return null. dom.js depends on Document.ownerDocument being itself, and has a comment that says DOMCore requires it: ``` //...