Trim leading asterisks from doc block comments

This is to handle a change in behaviour in current beta rustc
This commit is contained in:
Graham Esau 2020-09-21 09:55:31 +01:00
parent ac8dd4c368
commit 0c02525fb9
2 changed files with 25 additions and 5 deletions

View file

@ -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