mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Fix lint
This commit is contained in:
parent
92a23f7583
commit
5b0d7fbe5d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ use rustc_span::source_map::{ExpnKind, MacroKind, Span};
|
|||
use rustc_span::symbol::sym;
|
||||
use rustc_span::symbol::Symbol;
|
||||
|
||||
#[allow(unsafe_code)] // #[no_mangle] is unsafe
|
||||
#[no_mangle]
|
||||
fn __rustc_plugin_registrar(reg: &mut Registry) {
|
||||
registrar(reg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue