rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.93k stars 112 forks source link

Use the full path for the `Box` type. #40

Closed emilio closed 8 years ago

emilio commented 8 years ago

Here's an example when it causes a problem: https://github.com/servo/servo/pull/10488#issue-147047204

perlun commented 8 years ago

@alexcrichton - we would need this PR merged to be able to land the referred-to Servo PR. Any chance you can have a look at it?

(The Travis build that uses nightly rustc fails for unknown reasons. I mean, I can see the error but I'm not sure how to fix it. :smile: Do you reckon it was introduced by these changes?)

Kimundi commented 8 years ago

Okay, got a new release with this addressed!

perlun commented 8 years ago

@Kimundi - kudos!