-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doctests have always been disabled in this repo. Add sufficient annotations so that they pass and re-enable them. As far as I can tell, the first `cell_extras` example is not supposed to compile, demonstrating the soundness of the extension trait. Perhaps this is why the tests were disabled. It looks like the `compile_fail` annotation was stablized in 2017 with rust 1.22.0.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ edition = "2018" | |
|
||
[lib] | ||
name = "kuchikiki" | ||
doctest = false | ||
|
||
[dependencies] | ||
cssparser = "0.27" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters