Skip to content

Commit

Permalink
Merge #413
Browse files Browse the repository at this point in the history
413: Removed "ignore" from code example markup r=kinggoesgaming a=ScholliYT

The ignore made the code example non highlighted text. Looks way better with only "```rust"

**I'm submitting a(n)** bug fix

# Description
Added code highlighting for Readme code example.

# Motivation
Text looked bad.


Co-authored-by: Tom Stein <[email protected]>
Co-authored-by: Scholli <[email protected]>
  • Loading branch information
bors[bot] and ScholliYT committed Jun 24, 2019
2 parents c93de76 + 72cdede commit 8ead92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid

[![Latest Version](https://img.shields.io/crates/v/uuid.svg)](https://crates.io/crates/uuid)
[![Join the chat at https://gitter.im/uuid-rs/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uuid-rs/Lobby?utm_source=badge&utm_medium=badge&utm_content=badge)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.22.0+-yellow.svg)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.31.0+-yellow.svg)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/uuid-rs/uuid?branch=master&svg=true)](https://ci.appveyor.com/project/uuid-rs/uuid/branch/master)
[![Build Status](https://travis-ci.org/uuid-rs/uuid.svg?branch=master)](https://travis-ci.org/uuid-rs/uuid)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/uuid-rs/uuid.svg)](https://isitmaintained.com/project/uuid-rs/uuid "Average time to resolve an issue")
Expand Down Expand Up @@ -90,7 +90,7 @@ fn main() {

To create a new random (V4) UUID and print it out in hexadecimal form:

```ignore,rust
```rust
// Note that this requires the `v4` feature enabled in the uuid crate.

use uuid::Uuid;
Expand Down

0 comments on commit 8ead92a

Please sign in to comment.