Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
F31970271: D1873.diff
Fri, Jun 5, 19:17
Unknown Object (File)
Thu, Jun 4, 04:40
Unknown Object (File)
Thu, Jun 4, 01:24
Unknown Object (File)
Wed, Jun 3, 13:56
Unknown Object (File)
Fri, May 29, 21:25
Unknown Object (File)
Fri, May 29, 02:24
Unknown Object (File)
Thu, May 28, 19:38
Unknown Object (File)
Sat, May 23, 09:40
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.