Skip to content

Commit 97c598d

Browse files
Liubov Dmitrievafacebook-github-bot
authored andcommitted
move the platfroms detectors into a separate crate
Summary: move the platfroms detectors into a separate crate Reviewed By: muirdm Differential Revision: D75219655 fbshipit-source-id: 72829ffbe7cfdced53c180617e465edb4086a82f
1 parent 17e5b4e commit 97c598d

File tree

1 file changed

+1
-3
lines changed
  • eden/scm/lib/config/loader/src

1 file changed

+1
-3
lines changed

eden/scm/lib/config/loader/src/fb.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
//!
1313
//! [1]: https://github.com/facebook/sapling
1414
15-
/// Modify this module for remote (configerator) config loading.
16-
pub(crate) use remote_loader;
17-
1815
/// Modify this module for dynamic (conditional) system config.
1916
pub(crate) mod dynamic_system;
2017
pub(crate) mod remote_config_snapshot;
@@ -24,6 +21,7 @@ pub(crate) mod static_system;
2421

2522
/// Supporting libraries.
2623
pub(crate) mod internalconfig;
24+
pub(crate) mod internalconfigs;
2725
pub(crate) mod thrift_types;
2826

2927
mod mode;

0 commit comments

Comments
 (0)