Remove the entry identified by `id` from the context.
(&mut self, id: &LocalId)
| 856 | |
| 857 | /// Remove the entry identified by `id` from the context. |
| 858 | pub fn remove(&mut self, id: &LocalId) -> Option<Vec<ProvInfo>> { |
| 859 | self.lets.remove(id) |
| 860 | } |
| 861 | } |
no outgoing calls