Conversation
- This makes it so `doc` compiles on stable Fixes #2618
It looks like CI hasn't been running on this and we've introduced some problems. It looks like we had an off-by-one error in the check for MSRV for deciding to run ui tests.
|
Need to fix the doc tests in README |
From my PR
I'm not aware of a way to make doctests conditioned on a feature flag (like And if that is the only thing blocking moving this forward, any further investigation can be split out into a separate PR. It isn't blocking for bumping MSRV. |
|
The main reason to bump the MSRV is to make sure the README.md is always pulled in. Otherwise, we didn't need it in the first place. |
|
We can make |
|
What's the reason for having a |
When someone (CI or user) wants to run tests with By keeping |
|
There are ways to do that but unfortunately they don't work when we do |
No description provided.