Skip to content

Commit 5081b2c

Browse files
author
bors-servo
authored
Auto merge of #280 - servo:no-proc-macro, r=nox
Custom derive is stable <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/280) <!-- Reviewable:end -->
2 parents b869ccc + 5247006 commit 5081b2c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

markup5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

markup5ever/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// option. This file may not be copied, modified, or distributed
88
// except according to those terms.
99

10-
#![cfg_attr(feature = "heap_size", feature(proc_macro))]
1110
#[cfg(feature = "heap_size")] #[macro_use] extern crate heapsize_derive;
1211
#[cfg(feature = "heap_size")] extern crate heapsize;
1312
extern crate string_cache;

0 commit comments

Comments
 (0)