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
///
-/// All the parameters ***except for `from_theater`*** should be inserted as sent by the remote-/// theater, ie. as passed to [`Theater::send`] on the remote actor:-/// * `from` is the sending (remote) [`ActorId`], as reported by the remote theater by theater-specific means-/// * `to` is the receiving (local) [`ActorId`], as requested by the remote theater-/// * `tag` is a tag that identifies the message type-/// * `msg` is the (serialized) message+/// All the parameters ***except for `from_theater`*** should be inserted as+/// sent by the remote theater, ie. as passed to [`Theater::send`] on the+/// remote actor: * `from` is the sending (remote) [`ActorId`], as reported by+/// the remote theater by theater-specific means * `to` is the receiving+/// (local) [`ActorId`], as+/// requested by the remote theater * `tag` is a tag that identifies the+/// message type * `msg` is the (serialized) message
///
This currently prevents me from using it to get comments limited to the correct length.
Thank you for your work on rustfmt!
The text was updated successfully, but these errors were encountered:
Ekleog
changed the title
normalize_comments breaks itemized lists
wrap_comments breaks itemized lists
Sep 13, 2018
Example diff:
This currently prevents me from using it to get comments limited to the correct length.
Thank you for your work on rustfmt!
The text was updated successfully, but these errors were encountered: