Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
papey committed Mar 11, 2023
1 parent 8953cec commit c3b57c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exporters/elastic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ pub struct ScaphandreData {

impl ElasticExporter {
/// Instantiates and returns a new ElasticExporter
// TODO: make sensor mutable
pub fn new(mut sensor: Box<dyn Sensor>) -> ElasticExporter {
ElasticExporter {
topology: sensor
Expand Down

0 comments on commit c3b57c8

Please sign in to comment.