<title>refactor(paroxysm): Explicitly macro imports, no more 'extern crate'</title>
<updated>2020-08-02T02:16:24+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>mail@tazj.in</email>
...</author>
<published>2020-08-01T23:26:01+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=194c498d53ed68a9c70d548008e60eb7bdcbd59a"/>
<id>urn:sha1:194c498d53ed68a9c70d548008e60eb7bdcbd59a</id>
<content type="text">
Removes all but one occurence of `extern crate`, to conform with Rust
2018.
The last one is necessary because Diesel is a giant jungle of
complicated macros re-exported from private crates, and the current
version makes it hard to import those directly instead.
Change-Id: Id14165a456d5c3ce6f7a4e0222c611640113eb11
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1549
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
</content>