Closed
Description
Hi there!
I was reading the #[doc]
documentation, and came across the following typo:
#[doc(inline)}
There is a curly brace instead of a square bracket. It can be found at the very bottom of #[doc(no_inline)]
/#[doc(inline)]
.