Allow unused imports in the generator.
This commit is contained in:
parent
bea3f096ee
commit
5a167bdb4c
3 changed files with 6 additions and 0 deletions
|
|
@ -436,6 +436,8 @@ class CompilerDefs(object):
|
|||
// DO NOT EDIT: autogenerated by etc/platform-intrinsics/generator.py
|
||||
// ignore-tidy-linelength
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use {{Intrinsic, i, u, f, v, agg}};
|
||||
use IntrinsicDef::Named;
|
||||
use rustc::middle::ty;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
// DO NOT EDIT: autogenerated by etc/platform-intrinsics/generator.py
|
||||
// ignore-tidy-linelength
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use {Intrinsic, i, u, f, v, agg};
|
||||
use IntrinsicDef::Named;
|
||||
use rustc::middle::ty;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
// DO NOT EDIT: autogenerated by etc/platform-intrinsics/generator.py
|
||||
// ignore-tidy-linelength
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use {Intrinsic, i, u, f, v, agg};
|
||||
use IntrinsicDef::Named;
|
||||
use rustc::middle::ty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue