mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Blacklisted items are removed when calling getServices/Characteristics/Descriptors.
This commit is contained in:
parent
dd733f6994
commit
d30bcbd339
14 changed files with 20 additions and 15 deletions
|
@ -5,9 +5,12 @@
|
|||
#![feature(proc_macro)]
|
||||
|
||||
extern crate ipc_channel;
|
||||
extern crate regex;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate util;
|
||||
|
||||
pub mod blacklist;
|
||||
pub mod scanfilter;
|
||||
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue