Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
F24804377: D1873.id4733.diff
Wed, Mar 11, 10:42
F24800186: D1873.diff
Wed, Mar 11, 07:23
F24797283: D1873.id4733.diff
Wed, Mar 11, 04:21
F24794255: D1873.id4732.diff
Wed, Mar 11, 01:29
Unknown Object (File)
Sun, Mar 8, 16:32
Unknown Object (File)
Sat, Mar 7, 20:24
Unknown Object (File)
Sat, Mar 7, 20:05
Unknown Object (File)
Thu, Mar 5, 14:43
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.