chore: make election mod public (#781)

This commit is contained in:
fys
2022-12-22 17:32:35 +08:00
committed by GitHub
parent b6d29afcd1
commit e07791c5e8
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub(crate) mod etcd;
pub mod etcd;
use crate::error::Result;

View File

@@ -14,7 +14,7 @@
#![feature(btree_drain_filter)]
pub mod bootstrap;
mod election;
pub mod election;
pub mod error;
pub mod handler;
mod keys;