Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 06:09
Unknown Object (File)
Mon, Jul 20, 23:22
Unknown Object (File)
Mon, Jul 20, 22:13
Unknown Object (File)
Wed, Jul 15, 19:58
Unknown Object (File)
Thu, Jul 9, 17:24
Unknown Object (File)
Thu, Jul 9, 17:23
Unknown Object (File)
Thu, Jul 9, 02:02
Unknown Object (File)
Jul 3 2026, 22:20
Subscribers
None

Details

Summary

This microservice uses Rust in 2018 edition. As such:

  • the extern crate declarations aren't required
  • the macros has to be imported too
Test Plan

Rebuild the crate

Diff Detail

Repository
rAPIREG Nasqueron private Docker registry API
Lint
Lint Passed
Unit
No Test Coverage
Branch
rust-2018-edition (branched from master)
Build Status
Buildable 2893
Build 3141: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 10 2018, 11:45
This revision was automatically updated to reflect the committed changes.