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
It will be much helpful if ?Sized is added to as the constraint of the impl so that such a type as D = Box<dyn Write> can take advantage of the use of the methods. One line of code change.
Here
indenter/src/lib.rs
Lines 183 to 199 in 4574396
It will be much helpful if
?Sized
is added to as the constraint of the impl so that such a type asD = Box<dyn Write>
can take advantage of the use of the methods. One line of code change.See also #16.
The text was updated successfully, but these errors were encountered: