Skip to content

Commit

Permalink
Remove advice that's both 'obvious' and wrong
Browse files Browse the repository at this point in the history
Wildcard imports aren't cool any more
  • Loading branch information
dimbleby committed Aug 21, 2017
1 parent 08d1ce4 commit 42ab054
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ use c_types::some_type;

API documentation is [here](http://dimbleby.github.io/rust-c-types).

## Installation ##

To use `c-types`, add this to your `Cargo.toml`:

```toml
[dependencies]
c-types = "*"
```

And add this to your crate root:

```rust
extern crate c_types;
```

## Contributing ##

This crate is non-exhaustive - I add types to it as and when I need them for my own projects.
Expand Down

0 comments on commit 42ab054

Please sign in to comment.