Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Jun 30, 2024
1 parent 3dce4cd commit 18e39f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vhdl_lang/src/completion/region.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
use vhdl_lang::EntRef;
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) 2024, Olof Kraigher [email protected]

use crate::analysis::DesignRoot;
use crate::completion::entity_instantiation::get_architectures_for_entity;
use crate::named_entity::{AsUnique, NamedEntities, Region};
use crate::{AnyEntKind, CompletionItem, Design};
use vhdl_lang::EntRef;

pub(crate) fn completion_items_from_region<'a>(
root: &'a DesignRoot,
Expand Down

0 comments on commit 18e39f0

Please sign in to comment.