Remove &self from PrintState::to_string
The point of `PrintState::to_string` is to create a `State` and evaluate the caller's closure on it:
|
||
|---|---|---|
| .. | ||
| pprust | ||
| helpers.rs | ||
| lib.rs | ||
| pp.rs | ||
Remove &self from PrintState::to_string
The point of `PrintState::to_string` is to create a `State` and evaluate the caller's closure on it:
|
||
|---|---|---|
| .. | ||
| pprust | ||
| helpers.rs | ||
| lib.rs | ||
| pp.rs | ||