Closed
Description
Current master is emitting the following warning one or more times for many of the tests.
WARN: DEPRECATION: FetchAdapter is deprecated, it is no longer required for ember-data>=3.9.2 [deprecation id: deprecate-fetch-ember-data-support]
It's confusing to me that ember-data>=3.9.2
is mentioned, when we are still on ember-data=2.18.2
. (#1990 has already been opened to upgrade ember-data, but that PR is failing)
This warning appears to have been introduced in #1977. (See https://travis-ci.com/rust-lang/crates.io/jobs/268668867 for the full log.)