Skip to content

Commit

Permalink
remove unused-imports
Browse files Browse the repository at this point in the history
Summary: remove unused-imports thrown up by 1.78.0

Reviewed By: JakobDegen

Differential Revision: D57179423

fbshipit-source-id: 37daff5fc689aa80cd1244b2116d7c7c46d5e35f
  • Loading branch information
Shayne Fletcher authored and facebook-github-bot committed May 10, 2024
1 parent 1227e0f commit 471d4a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion starlark/src/values/layout/heap/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ mod tests {
use super::*;
use crate::values::any::StarlarkAny;
use crate::values::layout::avalue::simple;
use crate::values::layout::avalue::AValueImpl;

fn to_repr(x: &AValueHeader) -> String {
let mut s = String::new();
Expand Down
3 changes: 0 additions & 3 deletions starlark_lsp/src/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ pub(crate) fn scope(module: &AstModule) -> Scope {
mod tests {
use std::iter;

use starlark::codemap::Pos;
use starlark::codemap::Span;
use starlark::syntax::AstModule;
use starlark::syntax::Dialect;
use starlark_syntax::slice_vec_ext::SliceExt;
use starlark_syntax::slice_vec_ext::VecExt;
Expand Down
5 changes: 0 additions & 5 deletions starlark_lsp/src/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -608,11 +608,6 @@ pub(crate) mod helpers {
use std::collections::hash_map::Entry;
use std::collections::HashMap;

use starlark::codemap::CodeMap;
use starlark::codemap::Pos;
use starlark::codemap::ResolvedSpan;
use starlark::codemap::Span;
use starlark::syntax::AstModule;
use starlark::syntax::Dialect;
use starlark_syntax::codemap::ResolvedPos;
use textwrap::dedent;
Expand Down

0 comments on commit 471d4a4

Please sign in to comment.