Trim leading asterisks from doc block comments
This is to handle a change in behaviour in current beta rustc
This commit is contained in:
parent
ac8dd4c368
commit
0c02525fb9
2 changed files with 25 additions and 5 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -15,10 +15,13 @@ jobs:
|
|||
include:
|
||||
- rust: 1.36.0
|
||||
test_features: "--all-features"
|
||||
allow_failure: false
|
||||
- rust: stable
|
||||
test_features: "--all-features"
|
||||
allow_failure: false
|
||||
- rust: beta
|
||||
test_features: "--all-features"
|
||||
allow_failure: false
|
||||
- rust: nightly
|
||||
test_features: "--all-features"
|
||||
allow_failure: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue