File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11/// Trait for types that can be used as a timestamp clock stopped
22/// at a given time.
3-
43#[ allow( clippy:: module_name_repetitions) ]
54pub struct StoppedClock { }
65
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
4848}
4949
5050#[ cfg( test) ]
51-
5251mod tests {
5352 use chrono:: DateTime ;
5453 use torrust_tracker_primitives:: DurationSinceUnixEpoch ;
Original file line number Diff line number Diff line change 155155//! ## Run with docker
156156//!
157157//! 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 ).
159159//!
160160//! # Configuration
161161//!
214214//! of the `tracker.toml` file.
215215//!
216216//! 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 ).
218218//!
219219//! > NOTICE: The `TORRUST_TRACKER_CONFIG_TOML` env var has priority over the `tracker.toml` file.
220220//!
You can’t perform that action at this time.
0 commit comments