Switch CI back to nightly channel (#2014)
* Switch CI back to nightly channel I think all upstream issues are now fixed so we should be good to switch back to nightly from our previously pinned version. * Fix doc warnings
This commit is contained in:
@@ -14,8 +14,7 @@ use thiserror::Error;
|
||||
|
||||
/// A run command appearing in a test file.
|
||||
///
|
||||
/// For parsing, see
|
||||
/// [Parser::parse_run_command](crate::parser::Parser::parse_run_command).
|
||||
/// For parsing, see `Parser::parse_run_command`
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub enum RunCommand {
|
||||
/// Invoke a function and print its result.
|
||||
|
||||
Reference in New Issue
Block a user