(&mut self, dialect: &Dialect)
| 63 | } |
| 64 | |
| 65 | pub fn set_dialect(&mut self, dialect: &Dialect) { |
| 66 | if *dialect != self.dialect { |
| 67 | self.dialect = *dialect; |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | /// Re-enable the default hint for the next prompt. |
| 72 | pub fn reset_hint(&self) { |
no outgoing calls