Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
F12548751: D1873.diff
Mon, Nov 10, 12:45
Unknown Object (File)
Sun, Nov 9, 00:18
Unknown Object (File)
Sat, Nov 8, 23:34
Unknown Object (File)
Sat, Nov 8, 04:01
Unknown Object (File)
Fri, Nov 7, 20:57
Unknown Object (File)
Thu, Nov 6, 02:39
Unknown Object (File)
Mon, Nov 3, 18:22
Unknown Object (File)
Sun, Nov 2, 05:22
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.