We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d352dc + ecfd876 commit a6efccdCopy full SHA for a6efccd
src/paths.md
@@ -327,7 +327,7 @@ mod a { // ::a
327
pub struct Struct; // ::a::Struct
328
329
pub trait Trait { // ::a::Trait
330
- fn f(&self); // a::Trait::f
+ fn f(&self); // ::a::Trait::f
331
}
332
333
impl Trait for Struct {
src/tokens.md
@@ -283,7 +283,7 @@ following forms:
283
>
284
> RAW_BYTE_STRING_CONTENT :\
285
> `"` ASCII<sup>* (non-greedy)</sup> `"`\
286
-> | `#` RAW_STRING_CONTENT `#`
+> | `#` RAW_BYTE_STRING_CONTENT `#`
287
288
> ASCII :\
289
> _any ASCII (i.e. 0x00 to 0x7F)_
0 commit comments