зеркало из https://github.com/mozilla/glean.git
Fix documentation links
This commit is contained in:
Родитель
8d85f4fc86
Коммит
349c2dc953
|
@ -218,7 +218,7 @@ pub fn test_is_experiment_active(experiment_id: String) -> bool {
|
|||
}
|
||||
|
||||
/// TEST ONLY FUNCTION.
|
||||
/// Returns the [`RecordedExperimentData`] for the given `experiment_id` or panics if
|
||||
/// Returns the [`RecordedExperiment`] for the given `experiment_id` or panics if
|
||||
/// the id isn't found.
|
||||
pub fn test_get_experiment_data(experiment_id: String) -> Option<RecordedExperiment> {
|
||||
glean_core::glean_test_get_experiment_data(experiment_id)
|
||||
|
|
|
@ -10,7 +10,7 @@ use serde_json::Value;
|
|||
|
||||
//use glean::private::{DenominatorMetric, NumeratorMetric, RateMetric};
|
||||
use glean::net::UploadResult;
|
||||
use glean::{ClientInfoMetrics, CommonMetricData, Configuration};
|
||||
use glean::{ClientInfoMetrics, /*CommonMetricData,*/ Configuration};
|
||||
|
||||
const SCHEMA_JSON: &str = include_str!("../../../glean.1.schema.json");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче