Skip to content

Commit ce7133c

Browse files
author
bors-servo
committed
Auto merge of #122 - servo:static-error, r=Manishearth
Add "error" to the static atoms. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/122) <!-- Reviewable:end -->
2 parents 4428b10 + 21a2105 commit ce7133c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "string_cache_shared"
4-
version = "0.1.11"
4+
version = "0.1.12"
55
authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project − shared code between the compiler plugin and main crate."
77
license = "MIT / Apache-2.0"

shared/static_atom_list.rs

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ pub static ATOMS: &'static [&'static str] = &[
387387
"equalcolumns",
388388
"equalrows",
389389
"equivalent",
390+
"error",
390391
"eulergamma",
391392
"event",
392393
"exists",

0 commit comments

Comments
 (0)