Skip to content

Commit

Permalink
comment unused rust dep
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 24, 2023
1 parent 367fc1d commit ceb0daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-swc/crates/next-core/src/app_structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ use turbopack_binding::{
turbopack::core::issue::{Issue, IssueExt, IssueSeverity},
};

Check failure on line 15 in packages/next-swc/crates/next-core/src/app_structure.rs

View workflow job for this annotation

GitHub Actions / rust check / build

Diff in /root/actions-runner/_work/next.js/next.js/packages/next-swc/crates/next-core/src/app_structure.rs

use crate::{next_config::NextConfig, next_import_map::get_next_package};
// use crate::{next_config::NextConfig, next_import_map::get_next_package};
use crate::{next_config::NextConfig};

/// A final route in the app directory.
#[turbo_tasks::value]
Expand Down

0 comments on commit ceb0daa

Please sign in to comment.