mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Reword the docstring in todo! macro definition
This commit is contained in:
parent
53fa6fe56f
commit
4e84d695f3
@ -712,8 +712,8 @@ macro_rules! unimplemented {
|
||||
|
||||
/// Indicates unfinished code.
|
||||
///
|
||||
/// This can be useful if you are prototyping and are just looking to have your
|
||||
/// code typechecked.
|
||||
/// This can be useful if you are prototyping and just
|
||||
/// want a placeholder to let your code pass type analysis.
|
||||
///
|
||||
/// The difference between [`unimplemented!`] and `todo!` is that while `todo!` conveys
|
||||
/// an intent of implementing the functionality later and the message is "not yet
|
||||
|
Loading…
Reference in New Issue
Block a user