diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-06 12:04:24 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-07-06 12:20:47 +0200 |
commit | 5f2d5ef74861b05480bd18fc0d65e19d435b2736 (patch) | |
tree | 86c159d5c2b9308a2ff75c6f1086da4e1f3dedd3 /components/script/lib.rs | |
parent | 23f5264e1c0b48ed0b04defdaa070a4336781d95 (diff) | |
download | servo-5f2d5ef74861b05480bd18fc0d65e19d435b2736.tar.gz servo-5f2d5ef74861b05480bd18fc0d65e19d435b2736.zip |
Remove util::breakpoint
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 4f66095e1ff..ebc5b4a1686 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -6,7 +6,7 @@ #![feature(borrow_state)] #![feature(box_syntax)] #![feature(const_fn)] -#![cfg_attr(debug_assertions, feature(core_intrinsics))] +#![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] #![feature(fnbox)] |