sapling/eden/mononoke/blobimport_lib/consts/lib.rs
Stanislau Hlebik 2767b28825 mononoke: blobimport record highest imported generation number
Reviewed By: krallin

Differential Revision: D23053788

fbshipit-source-id: 615a4f4064a56d6e45818f85f002267d4bf08c95
2020-08-12 08:50:35 -07:00

11 lines
270 B
Rust

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#![deny(warnings)]
pub const HIGHEST_IMPORTED_GEN_NUM: &str = "highest-imported-gen-num";