Remove the 2s from source code

This commit is contained in:
Mikayla 2023-11-02 10:55:02 -07:00
parent a3565225ad
commit d11ff14b57
No known key found for this signature in database
115 changed files with 1473 additions and 1549 deletions

View file

@ -1,6 +1,6 @@
use gpui2::HighlightStyle;
use gpui::HighlightStyle;
use std::sync::Arc;
use theme2::SyntaxTheme;
use theme::SyntaxTheme;
#[derive(Clone, Debug)]
pub struct HighlightMap(Arc<[HighlightId]>);
@ -79,7 +79,7 @@ impl Default for HighlightId {
#[cfg(test)]
mod tests {
use super::*;
use gpui2::rgba;
use gpui::rgba;
#[test]
fn test_highlight_map() {