Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
F2848054: D1873.id4732.diff
Wed, Apr 24, 16:39
F2847453: D1873.diff
Wed, Apr 24, 15:13
Unknown Object (File)
Sun, Apr 21, 21:57
Unknown Object (File)
Fri, Apr 19, 12:44
Unknown Object (File)
Thu, Apr 18, 03:28
Unknown Object (File)
Tue, Apr 16, 01:08
Unknown Object (File)
Sun, Apr 14, 13:11
Unknown Object (File)
Sat, Apr 13, 13:05
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 Not Applicable
Unit
Tests Not Applicable

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.