aboutsummaryrefslogtreecommitdiff
path: root/tests/test_colour.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
|
* Clippy lintsZeyla Hellyer2017-08-181-0/+1
|
* rustfmtacdenisSK2017-07-271-1/+1
|
* Fix no-feature testsZeyla Hellyer2017-06-241-0/+2
|
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-8/+8
| | | | | | A lot of structs - such as `Guild` or `ChannelId` - have methods with prefixes of `get_`, which are generally discouraged. To fix this, deprecate them and remove them in v0.3.0.
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-10/+10
| | | | The struct only has one field (`value`) anyway.
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-1/+1
|
* Tests existAustin Hellyer2016-12-031-1/+1
|
* Add an initial tiny test suite to get Travis goingAustin Hellyer2016-11-271-0/+50