You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preparation for testing on stable, make the `unstable` feature optional when
building docs.
This exposed a couple docstrings with links that broke without the `unstable`
feature. Fixed by changing `File::get_boxed_info` to have the same docstring as
`get_boxed_info_in`, and `Directory::read_entry_boxed` to have (almost) the same
docstring as `read_entry_boxed_in`.
The CI doc job now runs with and without `--unstable`.
0 commit comments