You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str! defaults to indent: true and it puts everything on dedicated lines. This means if all lines are indented, then there isn't a way to know how much indentation is needed.
The text was updated successfully, but these errors were encountered:
Rather than dealing with the special cases where this doesn't exist,
let's just not do this.
This also aligns with the general style within Cargo's tests.
Fixesassert-rs#267
Rather than dealing with the special cases where this doesn't exist,
let's just not do this.
This also aligns with the general style within Cargo's tests.
Fixesassert-rs#267
Rather than dealing with the special cases where this doesn't exist,
let's just not do this.
This also aligns with the general style within Cargo's tests.
Fixesassert-rs#267
Cherry pick 20d65cd (assert-rs#271)
str!
defaults toindent: true
and it puts everything on dedicated lines. This means if all lines are indented, then there isn't a way to know how much indentation is needed.The text was updated successfully, but these errors were encountered: