We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Invocations of the print!(..) and println!(..) macros may panic if stdout isn't writeable. This is undocumented as of yet.
print!(..)
println!(..)
Proposed solution: Add a # Panics section in both doc comments.
# Panics