Page MenuHomeDevCentral

Remove extern crate calls
ClosedPublic

Authored by dereckson on Oct 10 2018, 11:44.
Tags
None
Referenced Files
F3716373: D1873.id4732.diff
Tue, Nov 5, 14:48
F3716141: D1873.diff
Tue, Nov 5, 12:45
Unknown Object (File)
Sun, Nov 3, 16:07
Unknown Object (File)
Thu, Oct 31, 00:03
Unknown Object (File)
Wed, Oct 30, 23:48
Unknown Object (File)
Sat, Oct 19, 07:12
Unknown Object (File)
Wed, Oct 16, 22:36
Unknown Object (File)
Oct 4 2024, 02:11
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.