diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-23 00:41:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-23 00:41:27 +0800 |
| commit | fc5cd8341e1dbe0c5c65a10813a9392cb1cd35b4 (patch) | |
| tree | 61a901c96a543a50ea62ba5fc9ac2d1f512bbabe /mingling_core/tests/test-comp | |
| parent | 39721a88611f47a8e02a4daeafaa34d1a2c44b34 (diff) | |
fix(docs): rename `builds` feature to `build` in examples
Diffstat (limited to 'mingling_core/tests/test-comp')
| -rw-r--r-- | mingling_core/tests/test-comp/tests/integration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/tests/test-comp/tests/integration.rs b/mingling_core/tests/test-comp/tests/integration.rs index 37aa716..5c5a9e4 100644 --- a/mingling_core/tests/test-comp/tests/integration.rs +++ b/mingling_core/tests/test-comp/tests/integration.rs @@ -1,6 +1,6 @@ use mingling::MockProgramCollect; use mingling::Program; -use mingling::comp::{ShellContext, ShellFlag, Suggest, SuggestItem}; +use mingling::{ShellContext, ShellFlag, Suggest, SuggestItem}; #[test] fn test_shell_context_parsing_full() { |
