Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extra: Move uuid to libuuid #11912

Merged
merged 1 commit into from Feb 4, 2014
Merged

extra: Move uuid to libuuid #11912

merged 1 commit into from Feb 4, 2014

Conversation

poiru
Copy link
Contributor

@poiru poiru commented Jan 29, 2014

cc #8784

@@ -29,8 +29,8 @@ unlikely.
To create a new random (V4) UUID and print it out in hexadecimal form:

```rust
extern mod extra;
use extra::uuid::Uuid;
extern mod uuid;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rustdoc should inject this extern mod automatically, I don't think you'll need to include it.

@alexcrichton
Copy link
Member

Look like some imports just need to get updated, feel free to cc me when updated!

@alexcrichton
Copy link
Member

needs a rebase (sorry!)

bors added a commit that referenced this pull request Feb 4, 2014
@bors bors closed this Feb 4, 2014
@bors bors merged commit f8afc9a into rust-lang:master Feb 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants