File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/// Trait for types that can be used as a timestamp clock stopped
2
2
/// at a given time.
3
-
4
3
#[ allow( clippy:: module_name_repetitions) ]
5
4
pub struct StoppedClock { }
6
5
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
48
48
}
49
49
50
50
#[ cfg( test) ]
51
-
52
51
mod tests {
53
52
use chrono:: DateTime ;
54
53
use torrust_tracker_primitives:: DurationSinceUnixEpoch ;
Original file line number Diff line number Diff line change 155
155
//! ## Run with docker
156
156
//!
157
157
//! You can run the tracker with a pre-built docker image. Please refer to the
158
- //! [tracker docker documentation](https://github.com/torrust/torrust-tracker/tree /develop/docker ).
158
+ //! [tracker docker documentation](https://github.com/torrust/torrust-tracker/blob /develop/docs/containers.md ).
159
159
//!
160
160
//! # Configuration
161
161
//!
214
214
//! of the `tracker.toml` file.
215
215
//!
216
216
//! The env var contains the same data as the `tracker.toml`. It's particularly
217
- //! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/tree /develop/docker ).
217
+ //! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/blob /develop/docs/containers.md ).
218
218
//!
219
219
//! > NOTICE: The `TORRUST_TRACKER_CONFIG_TOML` env var has priority over the `tracker.toml` file.
220
220
//!
You can’t perform that action at this time.
0 commit comments