Is it appropriate to use the robust option (Huber-White estimator) and cluster option together?

For example, assuming my observations are clustered within states:

Code:
 reg y x i.state, cluster(state) robust
My reason to add the robust option is based on the following reading:

Such robust standard errors can deal with a collection of minor concerns about failure to meet assumptions, such as minor problems about normality, heteroscedasticity, or some observations that exhibit large residuals, leverage or influence. For such minor problems, the robust option may effectively deal with these concerns.
However, I don't seem to see people doing combo together. Is it redundant?

Thank you!

Best,
Peter