Skip to content

Commit 12d27ef

Browse files
authored
Merge pull request #151 from ShootingStar91/master
Change ProjectsConfig import to public
2 parents 0f7324c + 05c46c7 commit 12d27ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tmc-langs/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mod submission_processing;
1111

1212
pub use crate::config::{
1313
list_local_course_exercises, migrate_exercise, move_projects_dir, ConfigValue, CourseConfig,
14-
Credentials, ProjectsDirExercise, TmcConfig,
14+
Credentials, ProjectsConfig, ProjectsDirExercise, TmcConfig,
1515
};
1616
pub use crate::course_refresher::{refresh_course, RefreshData, RefreshExercise};
1717
pub use crate::data::{
@@ -38,7 +38,6 @@ pub use tmc_langs_util::{
3838
notification_reporter,
3939
};
4040

41-
use crate::config::ProjectsConfig;
4241
use crate::data::DownloadTarget;
4342
// use heim::disk;
4443
use jwt::SignWithKey;

0 commit comments

Comments
 (0)