Skip to content

Commit 54a78d3

Browse files
committed
Don't ignore working example in types.md
1 parent abd046b commit 54a78d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ type signature of `print`, and the cast expression in `main`.
345345
Within the body of an item that has type parameter declarations, the names of
346346
its type parameters are types:
347347

348-
```rust,ignore
348+
```rust
349349
fn to_vec<A: Clone>(xs: &[A]) -> Vec<A> {
350350
if xs.is_empty() {
351351
return vec![];

0 commit comments

Comments
 (0)